home *** CD-ROM | disk | FTP | other *** search
- ; IExplore 30 Korean language support Kit installation inf.
- ; Copyright (c) 1996 Microsoft Corporation
- ; Author: yutakan
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=IEKFont.install, IENlsWin.sys.install
- AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg,IEKFontWin.Add.Reg
-
- [DefaultInstall.NT]
- CopyFiles=IEKFont.install, IENlsNT.sys.install
- AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg,IEKFontNT.Add.Reg
-
- [IEKFont.install]
- gulim.ttf
-
-
- [IENlsWin.sys.install]
- cp_949.nls
-
- [IENlsNT.sys.install]
- c_949.nls
-
- [DestinationDirs]
- IEKFont.install=20 ;to Fonts
- IENlsWin.sys.install=11 ;to system
- IENlsNT.sys.install=11 ;to system
-
- [SourceDisksNames]
- 55="Internet Explorer v3.0 LangPacks","",1
-
- [SourceDisksFiles]
- gulim.ttf=55
- cp_949.nls=55
- c_949.nls=55
-
- [IEIntl.Add.Reg]
- HKCU,%INTLKEY%\949,"IEFixedFontName",2,"GulimChe"
- HKCU,%INTLKEY%\949,"IEPropFontName",2,"GulimChe"
-
- [IENlsWin.Add.Reg]
- HKLM,%CPKEY%,"949",,"cp_949.nls"
-
- [IENlsNT.Add.Reg]
- HKLM,%CPKEY%,"949",,"c_949.nls"
-
- [IEKFontWin.Add.Reg]
- HKLM,%FONTSKEYWIN%,"GulimChe (True Type)",,"gulim.ttf"
-
- [IEKFontNT.Add.Reg]
- HKLM,%FONTSKEYNT%,"GulimChe (True Type)",,"gulim.ttf"
-
-
- [Strings]
- INTLKEY = "Software\Microsoft\Internet Explorer\International"
- CPKEY = System\CurrentControlSet\control\Nls\Codepage
- FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
- FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
-